const net/http.http2maxFrameSize
7 uses
net/http (current package)
h2_bundle.go#L1102: } else if conf.MaxReadFrameSize > http2maxFrameSize {
h2_bundle.go#L1103: conf.MaxReadFrameSize = http2maxFrameSize
h2_bundle.go#L1133: http2setDefault(&conf.MaxReadFrameSize, http2minMaxFrameSize, http2maxFrameSize, http2defaultMaxReadFrameSize)
h2_bundle.go#L1978: http2maxFrameSize = 1<<24 - 1
h2_bundle.go#L2020: fr.SetMaxReadFrameSize(http2maxFrameSize)
h2_bundle.go#L2029: if v > http2maxFrameSize {
h2_bundle.go#L2030: v = http2maxFrameSize
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)